This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: How to force Terms of Use and Confidentiality Agreement document to appear when accessing the database. ~Naomi Deskroterakol 3.Dec.03 07:16 PM a Web browser Domino Designer 6.0.2 CF2Windows 2000
Actually, your best bet might be to use session authentication, which will mean that the user is presented with a Notes form to sign in. If you look at the standard ones provided in the DOMCFG.NSF, you'll see they have a field called "redirect." You should be able to put a computed URL (as a text string) in that field which will automatically push the user to that page upon login.
HOWEVER, why not just put the Terms & Conditions on the login page itself? That's what they do here. There's a HUGE amount of legalese on the login page, and it probably makes sense to do that in your application, too.